Skip to content

Version Packages (beta)#391

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages (beta)#391
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@workflow/core@5.0.0-beta.30

Minor Changes

Patch Changes

  • #2790 145835b Thanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.

  • #2687 9958424 Thanks @Osamaali313! - Fix extractStreamIds overflowing the stack on circular references. The hydrated observability data it walks comes from devalue, which preserves circular and repeated references, so a step result containing a cycle would crash run inspection (wf inspect and the web dashboard) with a RangeError. The traversal now tracks visited containers and skips cycles.

  • #2848 6603628 Thanks @VaguelySerious! - Fix duplicate inline step execution when a hook or wait wakes a run while the step is still running (A hook_received while a step attempt is in flight re-dispatches the step; both attempts run concurrently in-process vercel/workflow#2780). The lazy step_started now records the owning queue message ID, and wake replays schedule a delayed backstop for in-flight inline steps instead of immediately re-dispatching them. Disable with WORKFLOW_INLINE_OWNERSHIP=0.

  • #2874 48fcc4e Thanks @karthikscale3! - Add a namespace option to start(), recreateRunFromExisting(), reenqueueRun(), and wakeUpRun() for targeting deployments with namespaced queue topics, and make healthCheck() respect its timeout when the stream read hangs.

  • #2857 2c6ee61 Thanks @karthikscale3! - Add stream latency to OTEL spans

  • Updated dependencies [f28150c, 84df8f3, 145835b, 6603628, 2c6ee61]:

    • @workflow/world@5.0.0-beta.18
    • @workflow/world-vercel@5.0.0-beta.26
    • @workflow/world-local@5.0.0-beta.26
    • @workflow/errors@5.0.0-beta.10

@workflow/world@5.0.0-beta.18

Minor Changes

Patch Changes

@workflow/world-vercel@5.0.0-beta.26

Minor Changes

Patch Changes

@workflow/astro@5.0.0-beta.30

Patch Changes

  • Updated dependencies [df7e71d, 25b1509]:
    • @workflow/builders@5.0.0-beta.30
    • @workflow/rollup@5.0.0-beta.30
    • @workflow/vite@5.0.0-beta.30

@workflow/builders@5.0.0-beta.30

Patch Changes

  • #2853 df7e71d Thanks @NathanColosimo! - Use the Windows-safe generated-file writer for step registration output.

  • #1947 25b1509 Thanks @VaguelySerious! - Externalize the optional @opentelemetry/api peer in the Rollup/Vite framework builds (SvelteKit, Nitro, Nuxt, Astro, Vite) only when it isn't installed, so a build no longer fails with "failed to resolve import '@opentelemetry/api'". When the peer is present it is bundled/resolved as before, so tracing keeps working — including in self-contained outputs like Nitro's .output/server.

  • Updated dependencies [f28150c, 84df8f3, 145835b, 9958424, 6603628, 48fcc4e, 2c6ee61]:

    • @workflow/core@5.0.0-beta.30
    • @workflow/world-vercel@5.0.0-beta.26
    • @workflow/world-local@5.0.0-beta.26
    • @workflow/errors@5.0.0-beta.10

@workflow/cli@5.0.0-beta.30

Patch Changes

  • #2790 145835b Thanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.

  • Updated dependencies [df7e71d, f28150c, 84df8f3, 145835b, 9958424, 6603628, 48fcc4e, 25b1509, 2c6ee61]:

    • @workflow/builders@5.0.0-beta.30
    • @workflow/core@5.0.0-beta.30
    • @workflow/world@5.0.0-beta.18
    • @workflow/world-vercel@5.0.0-beta.26
    • @workflow/world-local@5.0.0-beta.26
    • @workflow/web@5.0.0-beta.30
    • @workflow/errors@5.0.0-beta.10

@workflow/nest@5.0.0-beta.30

Patch Changes

  • Updated dependencies [df7e71d, 25b1509]:
    • @workflow/builders@5.0.0-beta.30

@workflow/next@5.0.0-beta.30

Patch Changes

@workflow/nitro@5.0.0-beta.30

Patch Changes

@workflow/nuxt@5.0.0-beta.30

Patch Changes

  • Updated dependencies [df7e71d, 25b1509]:
    • @workflow/builders@5.0.0-beta.30
    • @workflow/nitro@5.0.0-beta.30

@workflow/rollup@5.0.0-beta.30

Patch Changes

  • #1947 25b1509 Thanks @VaguelySerious! - Externalize the optional @opentelemetry/api peer in the Rollup/Vite framework builds (SvelteKit, Nitro, Nuxt, Astro, Vite) only when it isn't installed, so a build no longer fails with "failed to resolve import '@opentelemetry/api'". When the peer is present it is bundled/resolved as before, so tracing keeps working — including in self-contained outputs like Nitro's .output/server.

  • Updated dependencies [df7e71d, 25b1509]:

    • @workflow/builders@5.0.0-beta.30

@workflow/sveltekit@5.0.0-beta.30

Patch Changes

  • Updated dependencies [df7e71d, 25b1509]:
    • @workflow/builders@5.0.0-beta.30
    • @workflow/rollup@5.0.0-beta.30
    • @workflow/vite@5.0.0-beta.30

@workflow/vite@5.0.0-beta.30

Patch Changes

  • Updated dependencies [df7e71d, 25b1509]:
    • @workflow/builders@5.0.0-beta.30

@workflow/vitest@5.0.0-beta.30

Patch Changes

@workflow/web@5.0.0-beta.30

Patch Changes

@workflow/web-shared@5.0.0-beta.30

Patch Changes

  • #2864 8b3a358 Thanks @mitul-s! - Remove unused flex-1 from attribute copy-value rows so values hug their content.

  • #2790 145835b Thanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.

  • #2837 392d347 Thanks @mitul-s! - Anchor the trace viewer shortcut helper to the timeline's left edge and hide it below a container-query width instead of a viewport breakpoint.

  • Updated dependencies [f28150c, 145835b, 9958424, 6603628, 48fcc4e, 2c6ee61]:

    • @workflow/core@5.0.0-beta.30
    • @workflow/world@5.0.0-beta.18

workflow@5.0.0-beta.30

Patch Changes

  • Updated dependencies [f28150c, 145835b, 9958424, 6603628, 48fcc4e, 25b1509, 2c6ee61]:
    • @workflow/core@5.0.0-beta.30
    • @workflow/cli@5.0.0-beta.30
    • @workflow/rollup@5.0.0-beta.30
    • @workflow/astro@5.0.0-beta.30
    • @workflow/nest@5.0.0-beta.30
    • @workflow/next@5.0.0-beta.30
    • @workflow/nitro@5.0.0-beta.30
    • @workflow/nuxt@5.0.0-beta.30
    • @workflow/sveltekit@5.0.0-beta.30
    • @workflow/typescript-plugin@5.0.0-beta.5
    • @workflow/errors@5.0.0-beta.10

@workflow/world-local@5.0.0-beta.26

Patch Changes

@workflow/world-postgres@5.0.0-beta.24

Patch Changes

@workflow/world-testing@5.0.0-beta.30

Patch Changes

@snyk-io

snyk-io Bot commented Jun 15, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions github-actions Bot closed this Jun 16, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 792f0da to d4dd6f9 Compare June 16, 2026 20:35
@github-actions github-actions Bot reopened this Jun 16, 2026
@github-actions github-actions Bot closed this Jun 17, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 32a1908 to cb18139 Compare June 17, 2026 02:18
@github-actions github-actions Bot reopened this Jun 17, 2026
@github-actions github-actions Bot closed this Jun 17, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3fe9c50 to b805a8d Compare June 17, 2026 08:18
@github-actions github-actions Bot reopened this Jun 17, 2026
@github-actions github-actions Bot closed this Jun 17, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1296d25 to da37349 Compare June 17, 2026 20:39
@github-actions github-actions Bot reopened this Jun 17, 2026
@github-actions github-actions Bot closed this Jun 18, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e2c593c to 2074f91 Compare June 18, 2026 02:18
@github-actions github-actions Bot reopened this Jun 18, 2026
@github-actions github-actions Bot closed this Jun 18, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7e69374 to 939890d Compare June 18, 2026 14:19
@github-actions github-actions Bot reopened this Jun 18, 2026
@github-actions github-actions Bot closed this Jun 18, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from dc0b377 to ab2e9b8 Compare June 18, 2026 20:54
@github-actions github-actions Bot reopened this Jun 18, 2026
@github-actions github-actions Bot closed this Jun 19, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 43c0a17 to 37312ed Compare June 19, 2026 02:18
@github-actions github-actions Bot reopened this Jun 19, 2026
@github-actions github-actions Bot closed this Jun 19, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 903651c to b563126 Compare June 19, 2026 08:18
@github-actions github-actions Bot reopened this Jun 19, 2026
@github-actions github-actions Bot closed this Jun 19, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e35cc18 to 90efb96 Compare June 19, 2026 14:34
@github-actions github-actions Bot reopened this Jun 23, 2026
@github-actions github-actions Bot closed this Jun 23, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3261502 to 6855282 Compare June 23, 2026 20:26
@github-actions github-actions Bot reopened this Jun 23, 2026
@github-actions github-actions Bot closed this Jun 24, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 89562e3 to 55e2110 Compare June 24, 2026 02:38
@github-actions github-actions Bot reopened this Jun 24, 2026
@github-actions github-actions Bot closed this Jun 29, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e07463e to 24f3707 Compare June 29, 2026 20:36
@github-actions github-actions Bot reopened this Jun 29, 2026
@github-actions github-actions Bot closed this Jun 30, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 98783c9 to 654f959 Compare June 30, 2026 02:18
@github-actions github-actions Bot reopened this Jun 30, 2026
@github-actions github-actions Bot closed this Jun 30, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1fd0af3 to fc5bdcb Compare June 30, 2026 08:18
@github-actions github-actions Bot reopened this Jun 30, 2026
@github-actions github-actions Bot closed this Jul 1, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 606c4d1 to f76377b Compare July 1, 2026 02:18
@github-actions github-actions Bot reopened this Jul 1, 2026
@github-actions github-actions Bot closed this Jul 1, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 000daf4 to 7eabc1f Compare July 1, 2026 20:31
@github-actions github-actions Bot reopened this Jul 1, 2026
@github-actions github-actions Bot closed this Jul 2, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 571252f to 532b0e1 Compare July 2, 2026 08:18
@github-actions github-actions Bot reopened this Jul 2, 2026
@github-actions github-actions Bot closed this Jul 2, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1cee959 to dd36e26 Compare July 2, 2026 20:52
@github-actions github-actions Bot reopened this Jul 2, 2026
@github-actions github-actions Bot closed this Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants